.foot{
    width: 100%;
    margin-top: 30px;
    background-color: #5fa29c;
}

/* 友链 */
.Links{
    width: 1200px;
    background-color: #fff;
    margin: 0 auto 0;
}
.golist{
    width: 100%;
    height: 135px;
    border:1px solid #eee;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;

}
.golist>ul{
    width: 90%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 0; 
}
.golist>ul>li{
    display: flex;
    float: left;
    width: 156px;
    margin-top:40px;
    margin-left: 27px;
    margin-right: 27px;
}
.golist>ul>li>i{
    display: block;
    width:20px;
    height: 20px;
    background: url('../img/8.png') no-repeat ;
}

.foot_list{
    width: 100%;
    border-bottom: 1px solid #B09936;
}
.list_top{
    width: 1200px;
    height: 70px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    padding-top:30px;
}
.list_top>div{
    display: flex;
    line-height: 45px;
}
.list_top_left_one>span{
    color:#fff;
    padding-left: 20px;
    font-size: 12px;
}
.list_top_left_one>span>a{
    font-size: 12px;
    color: #fff;
}
.location>i{
    width: 20px;
    height: 20px;
    color:#fff;
}
.location>span{
    color:#fff;
}
.list-bottom{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.list-bottom>div>img{
    padding-top: 80px;
}
.list-bottom>.sy img{
    padding-top: 80px;
}
.cent>ul{
    width: 100%;
    height: 100%;
}
.cent>ul>li{
    text-align: center;
    line-height: 50px;
}